projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfdb404
)
(recreate_heap): Invoke w32_fatal_reload_error upon error.
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:08:51 +0000
(
05:08
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:08:51 +0000
(
05:08
+0000)
src/w32heap.c
patch
|
blob
|
history
diff --git
a/src/w32heap.c
b/src/w32heap.c
index 21a2fceb06e1a68a418ec9b791b7eb64241aca70..656f94744d3e6adbf7f37e6ba7bfe12978e9778f 100644
(file)
--- a/
src/w32heap.c
+++ b/
src/w32heap.c
@@
-275,7
+275,7
@@
recreate_heap (char *executable_path)
MEM_RESERVE,
PAGE_NOACCESS);
if (!tmp)
-
exit (1
);
+
w32_fatal_reload_error ("Reserving upper heap address space."
);
/* We read in the data for the .bss section from the executable
first and map in the heap from the executable second to prevent